home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / GraphStack-Quadratic Eq. / card_12248.txt < prev    next >
Text File  |  1988-09-05  |  571b  |  30 lines

  1. -- card: 12248 from stack: in.
  2. -- bmap block id: 3182
  3. -- flags: 4000
  4. -- background id: 12357
  5. -- name: 10
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   if the mouseLoc is within "4,5,134,68" then
  9.     set visible of fld "Vertex" to NOT visible of fld "Vertex"
  10.   end if
  11.   if the mouseLoc is within "4,65,134,146" then
  12.     set visible of fld "Variables" to NOT visible of fld "Variables"
  13.   end if
  14. end mouseUp
  15.  
  16.  
  17. -- part contents for background part 5
  18. ----- text -----
  19. Variables
  20. A = -5
  21. B = -5
  22. C = 5
  23.  
  24.  
  25. -- part contents for background part 6
  26. ----- text -----
  27. Vertex
  28. X = -.5
  29. Y = 6.25
  30.